home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / docs / freedos / www.11a.nu / style.css < prev   
Cascading Style Sheet File  |  2003-08-05  |  2KB  |  133 lines

  1. body {
  2.   color: #000000;
  3.   background-color: #FFFFFF;
  4. }
  5.  
  6. h1 {
  7.   font-size: 20pt;
  8.   font-family: monospace;
  9. }
  10.  
  11. hr.menuline {
  12.   border: solid #000000;
  13. }
  14.  
  15. hr.commentline {
  16.   border: solid #000000;
  17. }
  18.  
  19. table.usertable {
  20.     width:    100%;
  21.     empty-cells: show;
  22. }
  23.  
  24. td.usertable {
  25.     border: 1pt solid #000000;
  26. }
  27.  
  28.   li.add {
  29.     list-style-type: disc;
  30.     list-style-position: outside;
  31.     list-style-image: url(pix/add.gif)
  32.   }
  33.  
  34.   li.sub {
  35.     list-style-type: circle;
  36.     list-style-position: outside;
  37.     list-style-image: url(pix/sub.gif)
  38.   }
  39.  
  40.   li.nothing {
  41.     list-style-type: square;
  42.     list-style-position: outside;
  43.     list-style-image: url(pix/nothing.gif)
  44.   }
  45.  
  46.   li.commentlist {
  47.     list-style-type: disc;
  48.     list-style-position: outside; 
  49.     list-style-image: url(pix/comment.gif);
  50.   }
  51.  
  52.   ul.commentlist {
  53.     margin-left: 12pt;  
  54.   }
  55.  
  56.   ul.indent {
  57.     margin-left: 5pt;
  58.   }
  59.  
  60. a.menu {
  61.   text-decoration: none;
  62.   border: 0;
  63.   color: black;
  64.   background: white;
  65. }
  66.  
  67. a.menu:hover {
  68.   text-decoration:underline; 
  69. }
  70.  
  71. font.left {
  72.   text-align: left;
  73. }
  74.  
  75. font.right {
  76.   text-align: right;
  77. }
  78.  
  79. img {
  80.   border: 0;
  81. }
  82.  
  83. td.menu {
  84.     vertical-align: text-top;
  85.     border-color: #000000;
  86.     border-style: solid;
  87.     border-top-width: 0;
  88.     border-bottom-width: 0;
  89.     border-left-width: 0;
  90.     border-right-width: thin;
  91.     font-size: 10pt;
  92.     font-family: monospace;
  93.     margin-bottom: 0pt;
  94. }
  95.  
  96. td {
  97.   font-size: 10pt;
  98.   font-family: monospace;
  99.   margin-bottom: 0pt;
  100. }
  101.           
  102. div.ing {
  103.   font-weight: bold;
  104.   font-size: 10pt;
  105.   font-family: monospace;
  106. }
  107.  
  108. div.text {
  109.   font-size: 10pt;
  110.   font-family: monospace;
  111. }
  112.  
  113. hr.copyline {
  114.   border-color: #000000;
  115.   margin-top: 0pt;
  116.   font-size: 1pt;
  117.   background-color: #FFFFFF;
  118.   color: #000000;
  119. }
  120.  
  121. div.copyright {
  122.   font-size: 10pt;
  123.   font-family: monospace;
  124.   text-align: center;
  125. }
  126.  
  127. div.webmaster {
  128.   font-size: 10pt;
  129.   font-family: monospace;
  130.   text-align: center;
  131. }
  132.  
  133.